PosiPay v0.70

Release Date: 31May2024

URL: /packaging/installPackage.apexp?p0=04tOZ00000015QfYAI

 

 Bug Fix

Stripe Customer Form - Fix Save Payment Details Button

  • Scenario: When tokenising Credit Card details on the Stripe customer form, even though the CVC field is EMPTY, the Save Payment Details button is clickable.

  • On the Stripe payment form,

    • When processing payment using Credit Card details,

      • If some external fields that are required are NOT populated,

        • The Process Payment button is DISABLED for clicking

      • If ALL external fields that are required are populated,

        • BUT the necessary fields of the form are not populated (including the CVC field),

          • The Process Payment button is DISABLED for clicking

        • AND the necessary fields of the form are populated (including the CVC field),

          • The Process Payment button is ENABLED for clicking

  • On the Stripe customer form,

    • When tokenising Credit Card details

      • If some external fields that are required are NOT populated,

        • The Save Payment Details button is DISABLED for clicking

      • If ALL external fields that are required are populated,

        • BUT the necessary fields of the form are not populated (including the CVC field),

          • The Save Payment Details button is DISABLED for clicking

        • AND the necessary fields of the form are populated (including the CVC field),

          • The Save Payment Details button is ENABLED for clicking