stellar / java-stellar-anchor-sdk

Java SDK for the Stellar network anchor development.
Apache License 2.0
35 stars 33 forks source link

[ANCHOR-796] Fix NotifyCustomerInfoUpdated RPC call #1477

Closed philipliu closed 2 weeks ago

philipliu commented 2 weeks ago

Description

This fixes the call to NotifyCustomerInfoUpdated. When the customer does not exist prior to SEP-6 transaction creation, the reference server needs to create one so that the ID is passed to the RPC. Otherwise, the NotifyCustomerInfoUpdated to defaults setting the status to PENDING_ANCHOR.

Context

Demo wallet fix.

Testing

Documentation

N/A

Known limitations

We need to add tests that mirror the demo wallet flow.