mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for checkout
This commit is contained in:
parent
3aa5db7198
commit
1df4079625
@ -302,7 +302,8 @@ class CheckoutComPaymentDriver extends BaseDriver
|
||||
}
|
||||
|
||||
$phone = new Phone();
|
||||
$phone->number = $this->client->present()->phone();
|
||||
// $phone->number = $this->client->present()->phone();
|
||||
$phone->number = substr(str_pad($this->client->present()->phone(),6, "0", STR_PAD_RIGHT), 0 , 24);
|
||||
|
||||
$request->email = $this->client->present()->email();
|
||||
$request->name = $this->client->present()->name();
|
||||
|
Loading…
x
Reference in New Issue
Block a user