cancel
Showing results for 
Search instead for 
Did you mean: 

Accept Customer: Save Button on the right, instead of left

This was raised as an sdk issue

I am posting the content as is:

 

As a user
I want to see SAVE button on the right
Because I get used to the most popular action item on the right
Given I'm a user
When I'm on the PAYMENT INFO tab
Then I should see the SAVE button on the right and the cancel button on the left

image

                                    ||
                                    ||
                            change  ||   to
                                    ||

image

 

ashu
Authorize.Net Developer Authorize.Net Developer
Authorize.Net Developer
1 REPLY 1

I have checked with our feature team and found that we cannot switch the postions of the textboxes or Save/Cancel buttons. You can control the style, text, showing the options. Sample hostedPayment settings below 

 

<setting>
<settingName>hostedPaymentStyleOptions</settingName>
<settingValue>{"bgColor": "red"}</settingValue>
</setting>

 

<setting>
<settingName>hostedPaymentPaymentOptions</settingName>
<settingValue>{"cardCodeRequired": true}</settingValue>
</setting>
<setting>
<settingName>hostedPaymentBillingAddressOptions</settingName>
<settingValue>{"show": true, "required":true}</settingValue>
</setting>
<setting>
<settingName>hostedPaymentShippingAddressOptions</settingName>
<settingValue>{"show": true, "required":true}</settingValue>
</setting>
<setting>
<settingName>hostedPaymentCustomerOptions</settingName>
<settingValue>{"showEmail": true, "requiredEmail":true}</settingValue>
</setting>

bhav
Authorize.Net Expert Authorize.Net Expert
Authorize.Net Expert