In order to configure Beanstream payment gateway, please follow these steps:
1. Open HotSpot - Setup - Credit Cards - Gateway page 2. Select Beanstream from Payment Processing Gateway dropdown menu 3. Enter Merchant Login and Merchant Password 4. Click Save button
Beanstream payment gateway requires to set a Country code.
Go to Setup - Pages - Default Page tab and select to use Bootstrap Group of Pages and Bootstrap Theme. Save changes. Go to Customize tab and select to modify Bootstrap Group of pages SignUp 3 page from dropdown list.
In Page HTML Code find:
%COUNTRYBOOTSTRAP%
and replace it with following code:
<select class="form-control" name="COUNTRY"> <option value="CA">Canada</option> <option value="UK">United Kingdom</option> <option value="US">United States</option> </select>
|