File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.32.4 " ,
2+ "version" : " 0.32.5 " ,
33 "license" : " MIT" ,
44 "main" : " dist/index.js" ,
55 "typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ export const CREATE_ORDER_FROM_GOOGLE_PLAY_IN_APP_PURCHASE = gql`
9393export const GENERATE_ORDER_PAYMENT_INTENT_MUTATION = gql `
9494 mutation($amount: Money!) {
9595 generateOrderPaymentIntent(amount: $amount) {
96+ id
9697 client_secret
9798 status
9899 message
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ export interface OrderItemData {
186186}
187187
188188export interface GeneratePaymentIntentResult {
189+ id : string ;
189190 client_secret : string ;
190191 status ?: string ;
191192 message ?: any ;
You can’t perform that action at this time.
0 commit comments