@nimee/shared-types 1.0.145 → 1.0.146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -97,7 +97,7 @@ export interface IAccountModel {
|
|
|
97
97
|
is_manual_approve_buyer: boolean;
|
|
98
98
|
google_analytics_id?: string;
|
|
99
99
|
facebook_pixel?: string;
|
|
100
|
-
isOneUserFormPerOrder
|
|
100
|
+
isOneUserFormPerOrder?: boolean;
|
|
101
101
|
}
|
|
102
102
|
export interface IPaymeUpdateOrCreateSellerWebhookPayload {
|
|
103
103
|
seller_payme_id: string;
|
package/package.json
CHANGED
package/src/account/account.ts
CHANGED
|
@@ -92,7 +92,7 @@ export interface IAccountModel {
|
|
|
92
92
|
is_manual_approve_buyer: boolean;
|
|
93
93
|
google_analytics_id?: string;
|
|
94
94
|
facebook_pixel?: string;
|
|
95
|
-
isOneUserFormPerOrder
|
|
95
|
+
isOneUserFormPerOrder?: boolean;
|
|
96
96
|
}
|
|
97
97
|
// {"payme_status":"success","status_error_code":0,"status_code":0,"seller_payme_id":"MPL16720-72349IAE-FRITPXY5-TFLDUEWF","seller_created":"2022-12-26 18:32:29","seller_first_name":"Ron","seller_last_name":"Dahan","seller_social_id":"205569163","seller_birthdate":"1994-07-01","seller_date_of_birth":"1994-07-01","seller_gender":0,"seller_email":"roncho1794@gmail.com","seller_contact_email":"roncho1794@gmail.com","seller_phone":"+972542323517","seller_contact_phone":"+972542323517","seller_address_city":"Tel Aviv","seller_address_street":"Tel Aviv","seller_address_street_number":"12","seller_address_country":"IL","seller_inc":0,"seller_inc_code":"12345","seller_merchant_name":"Ronen","seller_site_url":"www.no.co.il","seller_custom_details":"No existing Isracard MID","seller_active":true,"seller_approved":false,"seller_market_fee":0,"seller_currencies":,"fee_default_processing_fee":"1.50","fee_default_processing_charge":"0.100000000000000000","fee_default_discount_fee":"0.50","fee_foreign_processing_fee":"2.95","fee_foreign_processing_charge":"0.100000000000000000","fee_forcurr_processing_charge":"0.100000000000000000","seller_public_key":{"uuid":"b40a5251-9907-4db1-8f26-c015dd9466df","description":"PayMe-Public-Key","is_active":true},"notify_type":"seller-create"}
|
|
98
98
|
|