# File lib/active_merchant/billing/integrations/gestpay/helper.rb, line 45
          def form_fields
            @encrypted_data ||= get_encrypted_string
                      
            {
              'a' => @fields['ShopLogin'],
              'b' => @encrypted_data
            }
          end