diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-08 08:14:29 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-08 08:18:27 +0100 |
| commit | c3950f3de28e7ac1e677f4006521ffbed5db4ee0 (patch) | |
| tree | c5f69297c6f289ec46f95bcd7df65001474eee47 /api-src/_paypal.ts | |
| parent | 4a5bd8bf5e3c6017794d7c5c7eb4f2794a902245 (diff) | |
Renames createPaypalOrder -> create-paypal-order
Diffstat (limited to 'api-src/_paypal.ts')
| -rw-r--r-- | api-src/_paypal.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-src/_paypal.ts b/api-src/_paypal.ts index 348c972..99e45f7 100644 --- a/api-src/_paypal.ts +++ b/api-src/_paypal.ts @@ -1,4 +1,4 @@ -import type Order from './Order'; +import type Order from './_Order'; import env from './_env'; export async function paypalCreateOrder(order: Order) { |
