Skip to content

Commit 77ff407

Browse files
committed
feat(payments): apple subscription
Apple In-App subscription
1 parent aa5fa89 commit 77ff407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/payments.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Config from '../config';
33
import {CONFIG as Endpoints} from '../routes';
44
import {objectOrStringToString, toQueryString} from '../utils';
55

6+
// Payments
67
export async function getOrder({secretKey, id, includePaidTransactions}) {
78
const request = {
89
includePaidTransactions,

0 commit comments

Comments
 (0)