ntls-io / nautilus-wallet

Nautilus Wallet
GNU Affero General Public License v3.0
8 stars 4 forks source link

fix-recurring-pay #606

Closed IscoRuta98 closed 1 year ago

IscoRuta98 commented 1 year ago

This PR aims to fix the following tickets:

netlify[bot] commented 1 year ago

Deploy Preview for nautilus-wallet-staging ready!

Name Link
Latest commit f044d39aa079ebaec6841f78c7771514263b28d0
Latest deploy log https://app.netlify.com/sites/nautilus-wallet-staging/deploys/64b6a0ae24477d0008c274a3
Deploy Preview https://deploy-preview-606--nautilus-wallet-staging.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

codecov-commenter commented 1 year ago

Codecov Report

Merging #606 (498a09d) into main (f2ad9e8) will not change coverage. The diff coverage is 0.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #606   +/-   ##
=======================================
  Coverage   42.94%   42.94%           
=======================================
  Files         201      201           
  Lines        3453     3453           
  Branches      679      679           
=======================================
  Hits         1483     1483           
  Misses       1970     1970           
Impacted Files Coverage Ξ”
...nt/src/app/views/schedule-pay/schedule-pay.page.ts 29.88% <0.00%> (ΓΈ)
billguo99 commented 1 year ago

Getting the following error when trying to add a recurring payment: image I think the frequency input is not a valid integer, think we might be giving it a string.

billguo99 commented 1 year ago

image

Actually it's not getting passed to the request.

IscoRuta98 commented 1 year ago

Getting the following error when trying to add a recurring payment: image I think the frequency input is not a valid integer, think we might be giving it a string.

I fixed this error, I accidently removed the formControlName. I've added it back.