File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ export default {
8686 currency : string ;
8787 checksum : string ;
8888 nextPaymentDate : Date ;
89+ cloudPaymentsPublicId : string ;
8990 } > {
9091 const { workspaceId, tariffPlanId, shouldSaveCard } = input ;
9192
@@ -178,6 +179,7 @@ debug: ${Boolean(workspace.isDebug)}`
178179 currency : 'RUB' ,
179180 checksum,
180181 nextPaymentDate,
182+ cloudPaymentsPublicId : process . env . CLOUDPAYMENTS_PUBLIC_ID || '' ,
181183 } ;
182184 } ,
183185 } ,
Original file line number Diff line number Diff line change @@ -270,6 +270,11 @@ type ComposePaymentResponse {
270270 Next payment date (recurrent start)
271271 """
272272 nextPaymentDate: DateTime!
273+
274+ """
275+ CloudPayments public id (merchant identifier for widget)
276+ """
277+ cloudPaymentsPublicId: String!
273278}
274279
275280
You can’t perform that action at this time.
0 commit comments