mirror of
https://github.com/itflow-org/itflow
synced 2026-05-21 02:08:18 +00:00
Stripe Payment: Rollback stipe-php from 20.0.0 back to 19.4.1 to fix a isses with adding saved paymentss, Stripe updated their API in which we will update to a later date
This commit is contained in:
@@ -36,18 +36,6 @@ class AccountPerson extends \Stripe\ApiResource
|
||||
{
|
||||
const OBJECT_NAME = 'v2.core.account_person';
|
||||
|
||||
public static function fieldEncodings()
|
||||
{
|
||||
return [
|
||||
'relationship' => [
|
||||
'kind' => 'object',
|
||||
'fields' => [
|
||||
'percent_ownership' => ['kind' => 'decimal_string'],
|
||||
],
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
const LEGAL_GENDER_FEMALE = 'female';
|
||||
const LEGAL_GENDER_MALE = 'male';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user