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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "3.2.69",
3
+ "version": "3.2.70",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -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
  }