boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
25 lines (24 loc) • 466 B
JavaScript
"use strict";
export let userDataHandler = {
userData: {
firstName: null,
lastName: null,
email: null,
phone: null,
dob: null,
pan: null,
address1: null,
address2: null,
city: null,
state: null,
country: null,
pincode: null,
labelType: null,
labelName: null,
uniqueId: null
}
};
export const setUserDataHandler = handler => {
userDataHandler = handler;
};
//# sourceMappingURL=userdataHandler.js.map