Edit the Payment Method screen
Learn how to edit the Payment Method screen.
Last updated
Learn how to edit the Payment Method screen.
Last updated
To edit the Payment Method screen:
Double-click the paymentMethodScreen screen.
Delete all OOTB components from the subflow.
Type drb2b_payments
in the Search components field and click drb2b_payments.
Enter the following values in the fields. Be sure to click through all designer attributes to ensure that the default values are registered by Salesforce.
API Name: Type drPayments
or any other name with no restrictions.
Disable saved payments: Type {!$GlobalConstant.False}
.
Dropin Config: Provide data for this designer attribute in JSON format. For example:
{"options.button.type": "custom", "options.button.buttonText": "test", "test": "test3"}
Note: You are recommended to leave this attribute empty during initial configuration. See Designer Attributes for more information on using this feature.
Enable override payments: Type {!$GlobalConstant.False}
.
Fire Zero Dollar Event: Type {!$GlobalConstant.False}
.
Is Synchronous checout: Type {!$GlobalConstant.False}
.
Record Id: Type {!cartId}
.
Skip current page: Type {!$GlobalConstant.False}
.
See Designer attributes for additional information.
Click Done.