ONDC-Official / reference-implementations

ONDC reference apps
MIT License
26 stars 65 forks source link

Rename the getter method [getPublickKey()] #81

Open umang8496 opened 1 month ago

umang8496 commented 1 month ago

https://github.com/ONDC-Official/reference-implementations/blob/c0c5f88890466b2a1a6f491c6186403c4f898084/utilities/on_subscibe-service/java/src/main/java/ondc/onboarding/utility/CryptoKeyPair.java#L27

Rename this to getPublicKey(). Also modify the references of this method.

umang8496 commented 1 month ago

For reference: https://github.com/ONDC-Official/reference-implementations/pull/82