Search found 7 matches

by brix14
15 Mar 2022, 13:51
Forum: Laravel package
Topic: status.payment when generating invoice
Replies: 1
Views: 827

status.payment when generating invoice

status.payment is null when I add two services 'delivery and payment' or just payment only. But when I add delivery only value is not null,

Question: It is possible to add two services when generating an invoice? the payment and delivery?
by brix14
14 Mar 2022, 01:29
Forum: Laravel package
Topic: Payment Status is Null After Successfully Generate Payment Invoice
Replies: 8
Views: 3027

Re: Payment Status is Null After Successfully Generate Payment Invoice

I am calling those function saveToBasket() .then(() => { createAddressService('payment') .then(() => { createDeliveryService() .then(() => { createPaymentService() .then(() => { setState((prevState) => { return { ...prevState, addressModalDisplay: !prevState.addressModalDisplay, modalDisplay: !prevS...
by brix14
08 Mar 2022, 01:08
Forum: Laravel package
Topic: Payment Status is Null After Successfully Generate Payment Invoice
Replies: 8
Views: 3027

Re: Payment Status is Null After Successfully Generate Payment Invoice

The main issue the status.payment is null, so if I run the cron "order/email/delivery order/email/payment" it won't send an email invoice to the user because the status.payment is null.

There is no error why it is null.
by brix14
08 Mar 2022, 01:02
Forum: Laravel package
Topic: Payment Status is Null After Successfully Generate Payment Invoice
Replies: 8
Views: 3027

Re: Payment Status is Null After Successfully Generate Payment Invoice

Yes, I follow every steps in the json/api to generate the order invoice. And all request in success and no error response.
by brix14
04 Mar 2022, 07:37
Forum: Laravel package
Topic: Payment Status is Null After Successfully Generate Payment Invoice
Replies: 8
Views: 3027

Re: Payment Status is Null After Successfully Generate Payment Invoice

Regarding on this issue, after I added product to the cart and generate invoice order.datedelivery: null order.datepayment: null order.id: "205" order.relatedid: null order.statusdelivery: null order.statuspayment: null order.type: "jsonapi" I the return of generate invoice api i...
by brix14
21 Feb 2022, 14:21
Forum: Laravel package
Topic: Payment Status is Null After Successfully Generate Payment Invoice
Replies: 8
Views: 3027

Payment Status is Null After Successfully Generate Payment Invoice

I don't know what are the error, There are times that when I generate Payment Invoice, the 'statuspayment' have value, but sometimes value is null. I Already check if there are errors in the request, but there isn't.
by brix14
07 Feb 2022, 08:48
Forum: Laravel package
Topic: How to add Images from Laravel /resources/image to email/payment/html-body-standard
Replies: 1
Views: 1084

How to add Images from Laravel /resources/image to email/payment/html-body-standard

How can I add new image from the Laravel resource/images/ to Email/Payment/html-body-standard.php. I've tried to call image from Email/Payment/html-body, Also tried converting image to base64. But after I receive the email the image is either broken or cannot view.