Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

Table of Contents

10.2 November 2024

Table of Contents

10.2 Release update

This release is currently in development and testing. Release notes will be updated with more details soon.

Payment Form Changes

  • CCV field is now shown parallel to the Expiry date field on the payment form.
  • Regular Payment Day field can be shown in the Payments section instead of Transaction details section.
    • Move “Regular Pymt Day” field from “Available” to “In the Feld Set” section of “checkoutPaymentComments” fieldset.
    • In the payment form builder, Add “Regular Pymt Day” field in the Payment Comments subsection.
    • Make sure the “hideTransDetails” parameter is set to true for the checkout form.
    • Also Payment frequency is monthly.
       
  • A new field Field Label Options is introduced on the payment form. Select the option to display either field labels or placeholders or both.
  • Amount and Frequency can be shown on the payment form's submit button. Also custom text can also be added to show donation message.
    • For showing amount and frequency in the button. Go to custom labels and update the Checkout_Label_Donate_Now label
      • {0} in the text will be replaced with amount.
      • {1} in the text will be replaced with frequency.
        Example “Donate {0} {1}” will become “Donate 30$ Monthly”
    • For showing amount and frequency as text. Go to custom labels and update the Checkout_Recurring_Donation_Message label. 
      • {0} in the text will be replaced with amount.
      • {1} in the text will be replaced with frequency.
      • Example “You will be donating {0} {1}” will become “You will be donating 30$ Monthly”.
         
  • A new checkbox field “Recurring Confirmation” is introduced on the Payment Txn object. It can be used as a confirmation field before submitting the form.
    • Move “Recurring Confirmation” field from “Available” to “In the Feild Set” section of “checkoutPaymentComments” fieldset.

       
    • In the payment form builder, Add “Recurring Confirmation” field in the Payment Comments subsection.
       
    • For checkbox label, click on the pencil icon next to the field and update the label, also mark the field as required.

       
  • Add icons in the payment method options using external stylesheets.
    • A new CSS class gets added in the label of each payment method option.
    • The pattern of CSS class is payment-method-NameofPaymentMethod. Example: payment-method-credit-card , payment-method-cheque etc.
    • This CSS class can be used to add image in the option. Example:
      • .payment-method .payment-method-credit-card {
                      Background-image: URL(.......Image Url…..)
              }

Non Profit Cloud Updates

  •    Previously, a new gift transaction or gift commitment was getting created if the we send the payment transaction that has been matched already to the matching process again i.e. setting the status to Receipting Complete. This is addressed as part of this release.
  • Create Opportunity checkbox will be true for the DEMO merchant facility created after installation.
  • Non profit cloud processing i.e. creating gift commitment and gift transaction will only be done if the Donation amount is Not 0$ on the payment transaction.
    • No Opportunity is created if ONLY donation amount is present on the opportunity.
  • Otherwise if both Donation Amount and Payment Amount is present e.g if you had a $100 Membership plus $220 donation, then:
    • Opportunity will be created for the $100 plus tex, freight etc.
    • Gift Commitment or Gift transaction will be created for $20.
  • In case of a Refund transaction, Non profit cloud processing is not done.
  • Gift Default Designation lookup field can be introduced on Payment txn and Payment Item. It will be populated as part of non profit cloud API processing. Make sure the field's API name is Gift_Designation_Id__c.

General Updates

  • Account Id URL parameter (AAkPay__CheckoutM?aid=001QE00000Gi7MMYAZ) was not working for person accounts without including the isPersonAccount = true sharing rule for site users. This is addressed in this new release.
  • Invisible reCAPTCHA version 3 is is introduced in the version 10.2.
  • Stripe ETF POS terminal is integrated as part version 10.2.

Post Upgrade Steps

  • Include “reCAPTCHA V3” picklist value in the Captchta Type field of Merchant facility object.
  • Deactivate all other picklist values of Captchta Type field excluding Im Not a Robot - Strict and reCAPTCHA V3.
  • Include “Product2” picklist value in the Excluded from Sites Sharing Settings field of Merchant facility object.

Updated at November 11th, 2024

Was this article helpful?