For the complete documentation index, see llms.txt. This page is also available as Markdown.

Edit the Payment Method screen

Learn how to edit the Payment Method screen.

To edit the Payment Method screen:

  1. Double-click the paymentMethodScreen screen.

  2. Delete all OOTB components from the subflow.

  3. Type drb2b_payments in the Search components field and click drb2b_payments.

  4. Enter the following values in the fields:

    • API Name: Type drPayments or any other name with no restrictions.

    • Dropin Config: Provide data for this designer attribute in JSON format. For example: {"options.button.type": custom, "options.button.buttonText": 'test', "test": "test3"}

    • Record Id: Type {!cartId}.

    • Fire Zero Dollar Event: Type {!$GlobalConstant.False}.

    • Disable Saved Payments: Type {!$GlobalConstant.False}.

    See Designer attributes for additional information.

  5. Click Done.

Last updated