--amend
This commit is contained in:
@@ -958,8 +958,6 @@ class CartService extends BaseService {
|
|||||||
relations: ["payment_sessions"],
|
relations: ["payment_sessions"],
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log("YELLO: ", session.status)
|
|
||||||
|
|
||||||
if (session.status === "authorized") {
|
if (session.status === "authorized") {
|
||||||
const payment = await this.paymentProviderService_
|
const payment = await this.paymentProviderService_
|
||||||
.withTransaction(manager)
|
.withTransaction(manager)
|
||||||
|
|||||||
@@ -225,7 +225,6 @@ class PaymentProviderService extends BaseService {
|
|||||||
try {
|
try {
|
||||||
let provider
|
let provider
|
||||||
if (providerId === "system") {
|
if (providerId === "system") {
|
||||||
console.log(this.container_)
|
|
||||||
provider = this.container_[`systemPaymentProviderService`]
|
provider = this.container_[`systemPaymentProviderService`]
|
||||||
} else {
|
} else {
|
||||||
provider = this.container_[`pp_${providerId}`]
|
provider = this.container_[`pp_${providerId}`]
|
||||||
|
|||||||
Reference in New Issue
Block a user