backend-manager 3.2.69 → 3.2.70
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.
package/package.json
CHANGED
|
@@ -438,6 +438,7 @@ SubscriptionResolver.prototype.resolve_paypal = function (profile, resource, res
|
|
|
438
438
|
const transactions = arrayify(get(resource, 'transactions', []));
|
|
439
439
|
|
|
440
440
|
resolved.payment.refunded = transactions.some(t => t.status === 'REFUNDED');
|
|
441
|
+
// ALSO PARTIALLY_REFUNDED?
|
|
441
442
|
} else {
|
|
442
443
|
// resolved.payment.refunded = false; // @@@ TODO: check if this is correct
|
|
443
444
|
}
|